home *** CD-ROM | disk | FTP | other *** search
- global gMasterData
-
- on prepareMovie
- setUserArea(gMasterData, #whyfiles)
- set the keyDownScript to "quitCatcher"
- setFingerCursor(#on, [40, 41, 42, 43, 44])
- cursor(0)
- end
-
- on initFields
- set vEmptyList to []
- repeat with x in vEmptyList
- set the text of member x to " "
- set the textFont of member x to "Palatino"
- set the textSize of member x to 14
- set the text of member x to EMPTY
- end repeat
- end
-